cssnode: Set new style if it's animated
authorBenjamin Otte <otte@redhat.com>
Sun, 13 Dec 2015 15:02:34 +0000 (16:02 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 13 Dec 2015 15:12:39 +0000 (16:12 +0100)
commiteb97ef05146debfb37821e93d33e4375a6f9d1ed
tree4e38dda41a1b1b1a75ece230e5c6b4ac437ee757
parentb22a07ec6670946a29ae2617b8b959809bc151ca
cssnode: Set new style if it's animated

In commit 2c613166771ea9118ebda91c311f11b3462330fb we avoided emitting
the style-changed signal if no CSS property changed.

Unfortunately, this also caused CSS styles to not be updated when
animations started if those animations did not change any CSS value
immediately. In those cases the animation would just never start.
The obvious example was the spinner.
gtk/gtkcssnode.c